From: Jim Blandy Date: Tue, 29 Jun 1993 23:33:00 +0000 (+0000) Subject: * faces.el (global-face-data): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95135 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=66a5c2c6e4e1841f84b18bdb034c3f6115df6083;p=emacs.git * faces.el (global-face-data): Doc fix. --- diff --git a/lisp/faces.el b/lisp/faces.el index d2be0537bea..b8bd36d2c44 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -126,7 +126,12 @@ in that frame; otherwise change each frame." ;;;; Associating face names (symbols) with their face vectors. -(defvar global-face-data nil "do not use this") +(defvar global-face-data nil + "Internal data for face support functions. Not for external use. +This is an alist associating face names with the default values for +their parameters. Newly created frames get their data from here.") + +do not use this") (defun face-list () "Returns a list of all defined face names."